Changeset 26891 for trunk/Ohana/src/kapa2/src/LoadPicture.c
- Timestamp:
- Feb 10, 2010, 7:24:46 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/kapa2/src/LoadPicture.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/kapa2/src/LoadPicture.c
r25757 r26891 73 73 if (status == 0) { /* No more pipe */ 74 74 fprintf (stderr, "error: pipe closed\n"); 75 fcntl (sock, F_SETFL, !O_NONBLOCK); 75 76 return (FALSE); 76 77 } … … 92 93 SetColorScale (graphic, image); 93 94 94 SetColorScale (graphic, image);95 96 95 if (!USE_XWINDOW) return (TRUE); 97 96
Note:
See TracChangeset
for help on using the changeset viewer.
