summaryrefslogtreecommitdiff
path: root/tests/Process_Strategy_Test.h
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-02-28 19:41:17 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-02-28 19:41:17 +0000
commit0527575ce2c1ee464d859fd48caaa0423340580e (patch)
tree520e9727457223d12bb10a84244636523f7b4a40 /tests/Process_Strategy_Test.h
parentaa1ea58396cc4cbdad66e8ebea4a3b3806dc135f (diff)
downloadATCD-0527575ce2c1ee464d859fd48caaa0423340580e.tar.gz
ChangeLogTag:Mon Feb 28 09:20:27 2000 Darrell Brunsch <brunsch@uci.edu>
Diffstat (limited to 'tests/Process_Strategy_Test.h')
-rw-r--r--tests/Process_Strategy_Test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Process_Strategy_Test.h b/tests/Process_Strategy_Test.h
index 9396df73188..0cf701ee058 100644
--- a/tests/Process_Strategy_Test.h
+++ b/tests/Process_Strategy_Test.h
@@ -135,7 +135,7 @@ private:
// Activation strategy that either forks a new process or spawns a
// new thread for each client connection.
- const ASYS_TCHAR *filename_;
+ ASYS_TCHAR filename_[MAXPATHLEN + 1];
// Name of the counting file.
};