Changeset 4627 for pymolproxy


Ignore:
Timestamp:
Aug 20, 2014 3:44:13 PM (10 years ago)
Author:
ldelgass
Message:

fix comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pymolproxy/trunk/pymolproxy.c

    r4623 r4627  
    21472147        dup2(sout[1], 1);               /* Server standard output */
    21482148
    2149         /* Redirect child's stdout to a log file. */
     2149        /* Redirect child's stderr to a log file. */
    21502150        sprintf(tmpname, "%s/PYMOL-%d-stderr.XXXXXX", LOGDIR, getpid());
    21512151        f = mkstemp(tmpname);
Note: See TracChangeset for help on using the changeset viewer.