Setting const variable with no type to 'int' (likely the default the

old compilers would have used)
This commit is contained in:
Peter Howkins
2012-03-12 15:14:12 +00:00
parent cbffec168a
commit e315d4ba3e

View File

@@ -43,7 +43,7 @@
#include <strings.h> /* 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