Ignore:
Timestamp:
Nov 23, 2014 5:51:48 PM (9 years ago)
Author:
ldelgass
Message:

sync string fix with trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vtkvis/branches/1.7/RenderServer.cpp

    r4778 r4779  
    250250
    251251    g_statsFile = open(pathStr.c_str(), O_EXCL | O_CREAT | O_WRONLY, 0600);
    252     Tcl_DStringFree(&ds);
    253252    if (g_statsFile < 0) {
    254253        ERROR("can't open \"%s\": %s", pathStr.c_str(), strerror(errno));
Note: See TracChangeset for help on using the changeset viewer.