Index: plugin/plugin.cpp =================================================================== RCS file: /sources/gnash/gnash/plugin/plugin.cpp,v retrieving revision 1.22 diff -p -u -r1.22 plugin.cpp --- plugin/plugin.cpp 31 Mar 2006 00:57:33 -0000 1.22 +++ plugin/plugin.cpp 4 Apr 2006 19:55:52 -0000 @@ -1043,7 +1030,7 @@ nsPluginInstance::startProc(string files // setup the command line char num[30]; memset(num, 0, 30); - sprintf(num, "%d", (int)win); + sprintf(num, "%ld", win); // cmd_line[0] = new char(procname.size()+1); // strcpy(cmd_line[0], procname.c_str());