public
Description: A newfound treasure; a lightweight Foundation library for Linux.
Homepage: http://programming.nu
Clone URL: git://github.com/timburks/nufound.git
Removed an error message that sometimes appears on Nu's shell when loading 
a framework.
jsyedidia (author)
Tue Jul 08 12:08:03 -0700 2008
commit  8d627e7c90a3eb049e308a168e0082f84a9e18ab
tree    bb1c58029885df5091b2a8a9d1098a6674e18e61
parent  b31444bb4f5d5fe9a7f3882ce479e6a3ed810a3e
...
350
351
352
353
 
354
355
356
...
350
351
352
 
353
354
355
356
0
@@ -350,7 +350,7 @@ static void load_callback(Class class, Category* category)
0
   }
0
     }
0
     else {
0
- fprintf(stderr, "has no exe\n");
0
+// fprintf(stderr, "has no exe\n");
0
   if (!useGNUstepEnv || isFlattened) {
0
    tmp = [fullPath lastPathComponent];
0
    tmp = [tmp stringByDeletingPathExtension];

Comments

    No one has commented yet.