diff options
author | Christian Pointner <equinox@helsinki.at> | 2010-01-10 12:31:34 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2010-01-10 12:31:34 (GMT) |
commit | 6218a84102038f95683cffbbde9fcf9fff8d2827 (patch) | |
tree | 61ff60f126451ef14a8122abe0ba04102252b1a4 /options.c | |
parent | 0e13f8198ac1edc6f9b3a62492425cbdfd8669e4 (diff) |
improved termios settings
fixed length check at write
fixed output at log
Diffstat (limited to 'options.c')
-rw-r--r-- | options.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ + /* * rhctl * @@ -458,6 +459,6 @@ void options_print(options_t* opt) #ifdef OPT_HEARTBEATCLIENT printf("serial_dev: '%s'\n", opt->serial_dev_); - printf("timeout: %d\m", opt->timeout_); + printf("timeout: %d\n", opt->timeout_); #endif } |