removed global conversion from '-' to '_' --Matt
Fri May 22 00:46:18 EDT 1998 Matthew Wilson <msw@gimp.org> * app/batch.c: removed global conversion from '-' to '_' --Matt
This commit is contained in:

committed by
Matt Wilson

parent
5fc903b216
commit
62a900c972
@ -1,3 +1,7 @@
|
|||||||
|
Fri May 22 00:46:18 EDT 1998 Matthew Wilson <msw@gimp.org>
|
||||||
|
|
||||||
|
* app/batch.c: removed global conversion from '-' to '_'
|
||||||
|
|
||||||
Thu May 21 13:03:50 PDT 1998 Manish Singh <yosh@gimp.org>
|
Thu May 21 13:03:50 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
* updated Adam's stuff
|
* updated Adam's stuff
|
||||||
|
@ -191,14 +191,6 @@ batch_run_cmd (char *cmd)
|
|||||||
if (!cmdname)
|
if (!cmdname)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
t = cmdname;
|
|
||||||
while (*t)
|
|
||||||
{
|
|
||||||
if (*t == '-')
|
|
||||||
*t = '_';
|
|
||||||
t++;
|
|
||||||
}
|
|
||||||
|
|
||||||
proc = procedural_db_lookup (cmdname);
|
proc = procedural_db_lookup (cmdname);
|
||||||
if (!proc)
|
if (!proc)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user