ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/mon/src/mon.cpp
(Generate patch)

Comparing mon/src/mon.cpp (file contents):
Revision 1.23 by cebix, 2004-02-12T16:42:35Z vs.
Revision 1.24 by cebix, 2004-02-12T17:14:36Z

# Line 277 | Line 277 | static void read_line(char *prompt)
277  
278          in_ptr = input;
279   #else
280 < #define INPUT_LENGTH 256
280 >        static const unsigned INPUT_LENGTH = 256;
281          if (!input)
282                  input = (char *)malloc(INPUT_LENGTH);
283          fprintf(monout, prompt);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines