diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-06-07 04:13:44 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-06-07 04:13:44 +0000 |
commit | bd3a5e20e335a01ed66170dd2d1e67090a288839 (patch) | |
tree | 5859974b2c581e814c037d0022b9fa92a2f44729 /tests/Process_Strategy_Test.cpp | |
parent | 88130ddce8e30f654772c3a53c45ee065aaf4766 (diff) | |
download | ATCD-bd3a5e20e335a01ed66170dd2d1e67090a288839.tar.gz |
.
Diffstat (limited to 'tests/Process_Strategy_Test.cpp')
-rw-r--r-- | tests/Process_Strategy_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Process_Strategy_Test.cpp b/tests/Process_Strategy_Test.cpp index 11ec1c318c5..c60e343395c 100644 --- a/tests/Process_Strategy_Test.cpp +++ b/tests/Process_Strategy_Test.cpp @@ -475,7 +475,7 @@ client (void *arg) ACE_SOCK_Connector connector; char buf[BUFSIZ]; - char *command; + const char *command; size_t command_len; size_t i; |