ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/porting.C
(Generate patch)

Comparing deliantra/server/common/porting.C (file contents):
Revision 1.7 by root, Thu Sep 14 22:34:00 2006 UTC vs.
Revision 1.8 by pippijn, Sat Dec 9 17:28:37 2006 UTC

382 * then it opens it and returns the file-pointer. 382 * then it opens it and returns the file-pointer.
383 */ 383 */
384FILE * 384FILE *
385open_and_uncompress (const char *name, int flag, int *compressed) 385open_and_uncompress (const char *name, int flag, int *compressed)
386{ 386{
387 size_t i;
388 FILE *fp;
389
390 *compressed = 0; 387 *compressed = 0;
391 return fopen (name, "r"); 388 return fopen (name, "r");
392} 389}
393 390
394/* 391/*

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines