Correct g_message call
-Yosh
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
Wed Feb 2 19:01:26 PST 2000 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
|
* tools/pdbgen/pdb/fileops.pdb: correct g_message warning call
|
||||||
|
|
||||||
Wed Feb 2 18:45:16 PST 2000 Manish Singh <yosh@gimp.org>
|
Wed Feb 2 18:45:16 PST 2000 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
* Made 1.1.16 release
|
* Made 1.1.16 release
|
||||||
|
@ -467,8 +467,8 @@ register_magic_load_handler_invoker (Argument *args)
|
|||||||
|
|
||||||
if (!file_proc)
|
if (!file_proc)
|
||||||
{
|
{
|
||||||
g_message ("attempt to register non-existant load handler \"%s\""),
|
g_message ("attempt to register non-existant load handler \"%s\"",
|
||||||
name;
|
name);
|
||||||
goto done;
|
goto done;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -325,8 +325,8 @@ HELP
|
|||||||
|
|
||||||
if (!file_proc)
|
if (!file_proc)
|
||||||
{
|
{
|
||||||
g_message ("attempt to register non-existant load handler \"%s\""),
|
g_message ("attempt to register non-existant load handler \"%s\"",
|
||||||
name;
|
name);
|
||||||
goto done;
|
goto done;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user