Changeset 7c912b6 in mainline for uspace/app/nterm/nterm.c


Ignore:
Timestamp:
2012-05-12T09:39:20Z (12 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0d67e16
Parents:
01a7aa1
Message:

Fix delivery of end-of-connection condition.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/nterm/nterm.c

    r01a7aa1 r7c912b6  
    6868        rc = conn_send(cbuf, offs);
    6969        if (rc != EOK) {
    70                 printf("Failed sending data.\n");
     70                printf("[Failed sending data]\n");
    7171        }
    7272}
     
    106106                putchar(dp[i]);
    107107        }
     108
     109        fflush(stdout);
    108110}
    109111
Note: See TracChangeset for help on using the changeset viewer.