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:
parent
cbffec168a
commit
e315d4ba3e
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
||||||
#include <strings.h> /* need to get bzero defined */
|
#include <strings.h> /* need to get bzero defined */
|
||||||
#endif /* _AIX */
|
#endif /* _AIX */
|
||||||
|
|
||||||
const BUFFER_SIZE = 512;
|
const int BUFFER_SIZE = 512;
|
||||||
|
|
||||||
Invoke::Invoke(const char *command, // Command to Run
|
Invoke::Invoke(const char *command, // Command to Run
|
||||||
char **out_ptr, // ptr to output buffer ptr
|
char **out_ptr, // ptr to output buffer ptr
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue