mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-15 12:27:50 +00:00
Fixed copy&paste issue.
This commit is contained in:
@@ -28,7 +28,7 @@
|
|||||||
*
|
*
|
||||||
* This file is part of the Contiki operating system.
|
* This file is part of the Contiki operating system.
|
||||||
*
|
*
|
||||||
* $Id: shell-file.c,v 1.2 2008/03/29 13:57:30 oliverschmidt Exp $
|
* $Id: shell-file.c,v 1.3 2008/05/24 08:31:56 oliverschmidt Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -173,7 +173,7 @@ PROCESS_THREAD(shell_read_process, ev, data)
|
|||||||
|
|
||||||
if(fd <= 0) {
|
if(fd <= 0) {
|
||||||
shell_output_str(&write_command,
|
shell_output_str(&write_command,
|
||||||
"Could not open file for writing: ", data);
|
"Could not open file for reading: ", data);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user