|
From: Andre R. <and...@us...> - 2004-10-29 21:51:56
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28352 Modified Files: filedialog.c Log Message: Fixed breakage from fixing GCC compiler warnings. Index: filedialog.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/filedialog.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** filedialog.c 29 Oct 2004 19:58:27 -0000 1.3 --- filedialog.c 29 Oct 2004 21:51:47 -0000 1.4 *************** *** 494,497 **** --- 494,502 ---- FSSpec *fs = &sfdata.sfreply.sfFile; OSErr anErr = noErr; + #if !TARGET_API_MAC_CARBON + Point pt = {-1, -1}; + short cttypes = -1; + OSType *types = nil; + #endif #ifdef flcomponent long appA5; |