Diff for /np2/macosx/dialog/dialog.cpp between versions 1.9 and 1.10

version 1.9, 2004/03/02 23:23:06 version 1.10, 2005/05/20 17:25:03
Line 96  static pascal Boolean NavLaunchServicesF Line 96  static pascal Boolean NavLaunchServicesF
     FSSpec              fsSpec;      FSSpec              fsSpec;
     int                 ret;      int                 ret;
     char                name[MAX_PATH];      char                name[MAX_PATH];
         AEDesc          coerceDesc      = { NULL, NULL };          AEDesc          coerceDesc      = { 0, 0 };
                                   
         if ( filterMode == kNavFilteringBrowserList ) {          if ( filterMode == kNavFilteringBrowserList ) {
                 if ( theItem->descriptorType != typeFSS ) {                  if ( theItem->descriptorType != typeFSS ) {

Removed from v.1.9  
changed lines
  Added in v.1.10


RetroPC.NET-CVS <cvs@retropc.net>