From e315d4ba3e465df6ee7f8a3d8154929d42c220a2 Mon Sep 17 00:00:00 2001 From: Peter Howkins Date: Mon, 12 Mar 2012 15:14:12 +0000 Subject: [PATCH] Setting const variable with no type to 'int' (likely the default the old compilers would have used) --- cde/programs/dtprintinfo/util/Invoke.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1