Changeset 6615 for pymolproxy


Ignore:
Timestamp:
Nov 11, 2016 2:58:26 AM (8 years ago)
Author:
ldelgass
Message:

merge r6614 from pymolproxy trunk (typo)

Location:
pymolproxy/branches/1.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pymolproxy/branches/1.0

  • pymolproxy/branches/1.0/pymolproxy.c

    r6613 r6615  
    22802280            status = GetLine(&p->client, &numBytes, &line);
    22812281            if (status != BUFFER_OK) {
    2282                 ERROR("can't read client stdout (numBytes=%d, status=$d): %s",
     2282                ERROR("can't read client stdout (numBytes=%d, status=%d): %s",
    22832283                      numBytes, status, strerror(errno));
    22842284                goto done;
Note: See TracChangeset for help on using the changeset viewer.