diff --git a/cde/programs/dtprintinfo/util/Invoke.C b/cde/programs/dtprintinfo/util/Invoke.C index b152b1cbd..590adb7c2 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