1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

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