diff options
| author | dscho <dscho> | 2003-08-06 15:12:49 +0000 |
|---|---|---|
| committer | dscho <dscho> | 2003-08-06 15:12:49 +0000 |
| commit | 4fcb60871bb33d48e68bbd8f40a84aa4cfa2c805 (patch) | |
| tree | ce851972d9b71807b4e84e004d9d1356c3d002cb /vncterm/VNCommand.c | |
| parent | 79c414ab99d16b92e6436388cfb9f70f7c04ccde (diff) | |
| download | libtdevnc-4fcb60871bb33d48e68bbd8f40a84aa4cfa2c805.tar.gz libtdevnc-4fcb60871bb33d48e68bbd8f40a84aa4cfa2c805.zip | |
rfbErr introduced
Diffstat (limited to 'vncterm/VNCommand.c')
| -rw-r--r-- | vncterm/VNCommand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vncterm/VNCommand.c b/vncterm/VNCommand.c index 7292350..358aa1f 100644 --- a/vncterm/VNCommand.c +++ b/vncterm/VNCommand.c @@ -35,7 +35,7 @@ int main(int argc, char **argv) if(programArg0<argc) { int in[2],out[2],err[2],pid; if(pipe(in)<0 || pipe(out)<0 || pipe(err)<0) { - rfbLog("Couldn't make pipes!"); + rfbErr("Couldn't make pipes!"); return(1); } |
