gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/server impl.cpp


From: Sandro Santilli
Subject: [Gnash-commit] gnash/server impl.cpp
Date: Mon, 02 Oct 2006 09:28:51 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/10/02 09:28:51

Modified files:
        server         : impl.cpp 

Log message:
        oops, fixed a leftover line discarding movie url and always reading 
from stdin

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/impl.cpp?cvsroot=gnash&r1=1.59&r2=1.60

Patches:
Index: impl.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/impl.cpp,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -b -r1.59 -r1.60
--- impl.cpp    2 Oct 2006 09:13:21 -0000       1.59
+++ impl.cpp    2 Oct 2006 09:28:51 -0000       1.60
@@ -67,7 +67,6 @@
 #include "image.h"
 #include "jpeg.h"
 #include "zlib_adapter.h"
-#include "noseek_fd_adapter.h"
 #include "sprite_definition.h"
 #include "movie_def_impl.h"
 #include "swf.h"
@@ -496,8 +495,7 @@
 
 //     printf("%s: url is %s\n",  __PRETTY_FUNCTION__, c_url);
 
-       //tu_file* in = globals::streamProvider.getStream(url);
-       tu_file* in = noseek_fd_adapter::make_stream(fileno(stdin));
+       tu_file* in = globals::streamProvider.getStream(url);
        if (in == NULL)
        {
            log_error("failed to open '%s'; can't create movie.\n", c_url);




reply via email to

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