ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/slog.C
(Generate patch)

Comparing gvpe/src/slog.C (file contents):
Revision 1.7 by root, Tue Feb 8 23:11:36 2011 UTC vs.
Revision 1.8 by root, Fri Apr 24 21:55:29 2015 UTC

98 { 98 {
99 write (2, msg, strlen (msg)); 99 write (2, msg, strlen (msg));
100 write (2, "\n", 1); 100 write (2, "\n", 1);
101 } 101 }
102 102
103 delete msg; 103 delete [] msg;
104 } 104 }
105} 105}
106 106
107void 107void
108fatal (const char *m) 108fatal (const char *m)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines