diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-04-16 05:23:24 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-04-16 05:23:24 +0000 |
commit | aa7d79ba03525cea025530adecf5343743e68f66 (patch) | |
tree | 3b7292096bb9fa7e00a617172c32d1dfabd08fcb /apps | |
parent | 64642a328d207f90b93c1f07559ee7836c265fd1 (diff) | |
download | ATCD-aa7d79ba03525cea025530adecf5343743e68f66.tar.gz |
ChangeLogTag:Sat Apr 15 21:49:04 2000 Darrell Brunsch <brunsch@uci.edu>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/Gateway/Gateway/Options.cpp | 3 | ||||
-rw-r--r-- | apps/gperf/src/gperf.dsp | 6 | ||||
-rw-r--r-- | apps/gperf/src/gperf_lib.dsp | 6 |
3 files changed, 6 insertions, 9 deletions
diff --git a/apps/Gateway/Gateway/Options.cpp b/apps/Gateway/Gateway/Options.cpp index ae3fae96ef3..7160bdb4c31 100644 --- a/apps/Gateway/Gateway/Options.cpp +++ b/apps/Gateway/Gateway/Options.cpp @@ -187,7 +187,8 @@ Options::parse_args (int argc, char *argv[]) case 'C': // Use a different proxy config filename. ACE_OS::strncpy (this->consumer_config_file_, get_opt.optarg, - sizeof this->consumer_config_file_); + sizeof this->consumer_config_file_ + / sizeof (ASYS_TCHAR)); break; case 'c': { diff --git a/apps/gperf/src/gperf.dsp b/apps/gperf/src/gperf.dsp index 17ea527fa85..1ff7a1dd363 100644 --- a/apps/gperf/src/gperf.dsp +++ b/apps/gperf/src/gperf.dsp @@ -18,12 +18,10 @@ CFG=gperf - Win32 Debug !MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
+!MESSAGE "gperf - Win32 Alpha Release" (based on "Win32 (ALPHA) Console Application")
+!MESSAGE "gperf - Win32 Alpha Debug" (based on "Win32 (ALPHA) Console Application")
!MESSAGE "gperf - Win32 Release" (based on "Win32 (x86) Console Application")
!MESSAGE "gperf - Win32 Debug" (based on "Win32 (x86) Console Application")
-!MESSAGE "gperf - Win32 Alpha Debug" (based on\
- "Win32 (ALPHA) Console Application")
-!MESSAGE "gperf - Win32 Alpha Release" (based on\
- "Win32 (ALPHA) Console Application")
!MESSAGE
# Begin Project
diff --git a/apps/gperf/src/gperf_lib.dsp b/apps/gperf/src/gperf_lib.dsp index 9f4ac2bfc3a..f6c96a0357b 100644 --- a/apps/gperf/src/gperf_lib.dsp +++ b/apps/gperf/src/gperf_lib.dsp @@ -18,12 +18,10 @@ CFG=gperf_lib - Win32 Debug !MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
+!MESSAGE "gperf_lib - Win32 Alpha Release" (based on "Win32 (ALPHA) Static Library")
+!MESSAGE "gperf_lib - Win32 Alpha Debug" (based on "Win32 (ALPHA) Static Library")
!MESSAGE "gperf_lib - Win32 Release" (based on "Win32 (x86) Static Library")
!MESSAGE "gperf_lib - Win32 Debug" (based on "Win32 (x86) Static Library")
-!MESSAGE "gperf_lib - Win32 Alpha Debug" (based on\
- "Win32 (ALPHA) Static Library")
-!MESSAGE "gperf_lib - Win32 Alpha Release" (based on\
- "Win32 (ALPHA) Static Library")
!MESSAGE
# Begin Project
|