/[libvob]/libvob/src/texture/Texture_pipetexture.cxx
ViewVC logotype

Diff of /libvob/src/texture/Texture_pipetexture.cxx

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by jvk, Thu Mar 27 10:39:42 2003 UTC revision 1.6 by tjl, Fri Jun 6 20:04:20 2003 UTC
# Line 60  public: Line 60  public:
60        s += wbuf;        s += wbuf;
61        s += params->getParamString();        s += params->getParamString();
62    
63        cerr << "popen: "<<s<<"\n";        DBG(dbg) << "popen: "<<s<<"\n";
64    
65        // XXX SECURITY        // XXX SECURITY
66        FILE *f = popen(s.c_str(), "r");        FILE *f = popen(s.c_str(), "r");
67    
68        if(f == 0) {        if(f == 0) {
69            cerr << "POPEN FAILED!!! "<<strerror(errno)<<"\n";            cerr << "POPEN FAILED!!! "<<s<<"\n"<<strerror(errno)<<"\n";
70            return;            return;
71        }        }
72    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26