[PD-cvs] SF.net SVN: pure-data: [9837] trunk/externals/loaders/hexloader/hexloader.c

zmoelnig at users.sourceforge.net zmoelnig at users.sourceforge.net
Sun May 18 09:44:47 CEST 2008


Revision: 9837
          http://pure-data.svn.sourceforge.net/pure-data/?rev=9837&view=rev
Author:   zmoelnig
Date:     2008-05-18 00:44:47 -0700 (Sun, 18 May 2008)

Log Message:
-----------
use "abstraction" instead of "patch" in the error-message on not-loading abstractions

Modified Paths:
--------------
    trunk/externals/loaders/hexloader/hexloader.c

Modified: trunk/externals/loaders/hexloader/hexloader.c
===================================================================
--- trunk/externals/loaders/hexloader/hexloader.c	2008-05-18 07:38:36 UTC (rev 9836)
+++ trunk/externals/loaders/hexloader/hexloader.c	2008-05-18 07:44:47 UTC (rev 9837)
@@ -608,7 +608,7 @@
   }
   
 #else
-  post("BUG: hexloader not loading patch: %s (not yet implemented)", fullfile);
+  error("BUG: hexloader not loading abstraction: %s (not yet implemented)", fullfile);
 #endif /* HEXLOADER_PATCHES */
   return 0;
 }


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Pd-cvs mailing list