Parent Directory | Revision Log | Patch
revision 929 by johnpye, Fri Oct 27 07:18:21 2006 UTC | revision 930 by johnpye, Wed Nov 22 13:09:09 2006 UTC | |
---|---|---|
# | Line 73 ASC_DLLSPEC(int) importhandler_add(struc | Line 73 ASC_DLLSPEC(int) importhandler_add(struc |
73 | return 1; | return 1; |
74 | } | } |
75 | importhandler_library[i] = handler; | importhandler_library[i] = handler; |
76 | ERROR_REPORTER_HERE(ASC_PROG_NOTE,"New import hander '%s' added",handler->name); | ERROR_REPORTER_HERE(ASC_PROG_NOTE,"New import hander '%s' added\n",handler->name); |
77 | return 0; | return 0; |
78 | } | } |
79 |
|
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |