- Timestamp:
- May 10, 2007, 5:24:58 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/kapa-mods-2007-05/Ohana/src/kapa2/src/LoadTextlines.c
r13320 r13344 1 1 # include "Ximage.h" 2 2 3 int LoadTextlines ( ) {3 int LoadTextlines (int sock) { 4 4 5 5 char *string; … … 11 11 section = GetActiveSection(); 12 12 graph = section->graph; 13 13 if (section->graph == NULL) { 14 section->graph = InitGraph (); 15 SetGraphSize (section); 16 } 17 14 18 fcntl (sock, F_SETFL, !O_NONBLOCK); 15 19
Note:
See TracChangeset
for help on using the changeset viewer.
