gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-dev] Tiny bug. Gnash does not allow character "=" in filename. Pa


From: annonygmouse
Subject: [Gnash-dev] Tiny bug. Gnash does not allow character "=" in filename. Patch included.
Date: Fri, 14 Jul 2006 23:07:25 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; ca-AD; rv:1.7.13) Gecko/20060621 Debian/1.7.13-0.2


Hi, this will be my first contribution to gnash.

Title says it all.

I'm not sure if the patch is sane enough as I don't know what
"variables, like ip=127.0.0.1" mean. But with only one argument
the filename given is ignored, so I assume it is a filename that
gnash should try to play.

It works for me.

If it is sane enough to apply, please do so.

SebastiĆ 
Index: gui/gnash.cpp
===================================================================
RCS file: /sources/gnash/gnash/gui/gnash.cpp,v
retrieving revision 1.13
diff -r1.13 gnash.cpp
242a243
> dbglogfile.setVerbosity(2); 
247c248,251
<         dbglogfile << "Got variable option on command line!" << endl;
---
>         dbglogfile << "Got variable option on command line! " << endl;
>         //Anyway, if there's only one parameter it may be a file with a "=" 
> in its name, so _there_ is a file.
>         if ( argc==2 )
>               infile = argv[optind];

reply via email to

[Prev in Thread] Current Thread [Next in Thread]