Setting const variable with no type to 'int' (likely the default the
old compilers would have used)
This commit is contained in:
parent
cbffec168a
commit
e315d4ba3e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue