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.25 by cebix, 2004-02-12T17:18:03Z

# Line 1 | Line 1
1   /*
2   *  mon.cpp - cxmon main program
3   *
4 < *  cxmon (C) 1997-2003 Christian Bauer, Marc Hellwig
4 > *  cxmon (C) 1997-2004 Christian Bauer, Marc Hellwig
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# 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