From: <fa...@us...> - 2008-08-18 00:08:45
|
Revision: 602 http://cadcdev.svn.sourceforge.net/cadcdev/?rev=602&view=rev Author: fackue Date: 2008-08-18 00:08:44 +0000 (Mon, 18 Aug 2008) Log Message: ----------- Fixed Applied patch Modified Paths: -------------- kos-ports/libtga/tga.c Modified: kos-ports/libtga/tga.c =================================================================== --- kos-ports/libtga/tga.c 2008-08-17 23:50:39 UTC (rev 601) +++ kos-ports/libtga/tga.c 2008-08-18 00:08:44 UTC (rev 602) @@ -37,7 +37,7 @@ /* Loads a TGA file into a kos_img_t struct */ int tga_to_img(const char *fn, kos_img_t *rv) { tga_hdr tgah; - file fd; + file_t fd; uint8 r, g, b, a; int x, y; int num_bytes; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |