Ignore:
Timestamp:
Jun 13, 2009 1:17:27 PM (15 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/nanovis/FlowCmd.cpp

    r1517 r1518  
    20222022    bool canceled = false;
    20232023    for (int i = 0; i < values.nFrames; i++) {
    2024         if (poll(&pollResults, 1, 0 /* No Timeout */) > 0) {
     2024        if (poll(&pollResults, 1, 0) > 0) {
    20252025            /* If there's another command on stdin, that means the client is
    20262026             * trying to cancel this operation. */
Note: See TracChangeset for help on using the changeset viewer.