From: Peter Howkins Date: Mon, 12 Mar 2012 15:14:12 +0000 (+0000) Subject: Setting const variable with no type to 'int' (likely the default the X-Git-Tag: 2.2.0a~26^2~91 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e315d4ba3e465df6ee7f8a3d8154929d42c220a2;p=oweals%2Fcde.git Setting const variable with no type to 'int' (likely the default the old compilers would have used) --- diff --git a/cde/programs/dtprintinfo/util/Invoke.C b/cde/programs/dtprintinfo/util/Invoke.C index b152b1cb..590adb7c 100644 --- a/cde/programs/dtprintinfo/util/Invoke.C +++ b/cde/programs/dtprintinfo/util/Invoke.C @@ -43,7 +43,7 @@ #include /* need to get bzero defined */ #endif /* _AIX */ -const BUFFER_SIZE = 512; +const int BUFFER_SIZE = 512; Invoke::Invoke(const char *command, // Command to Run char **out_ptr, // ptr to output buffer ptr