summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-31 17:38:45 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-31 17:38:45 +0000
commit16b9e9e0c7e36ab8d14a0a5be3aa10ea40d15fd3 (patch)
tree66c30d1102e63c9c517c695d8feef254c6a5178b /nuttx
parentd2dfd9fdd6cb1c57375468919c1b37e91b3a8f3e (diff)
downloadpx4-nuttx-16b9e9e0c7e36ab8d14a0a5be3aa10ea40d15fd3.tar.gz
px4-nuttx-16b9e9e0c7e36ab8d14a0a5be3aa10ea40d15fd3.tar.bz2
px4-nuttx-16b9e9e0c7e36ab8d14a0a5be3aa10ea40d15fd3.zip
Fix a error the telnet driver read method. Don't return if only protocol stuff is read
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4352 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx')
-rw-r--r--nuttx/lib/stdio/lib_fgets.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/lib/stdio/lib_fgets.c b/nuttx/lib/stdio/lib_fgets.c
index ce2aa9476..f4061b628 100644
--- a/nuttx/lib/stdio/lib_fgets.c
+++ b/nuttx/lib/stdio/lib_fgets.c
@@ -1,8 +1,8 @@
/****************************************************************************
* lib/stdio/lib_fgets.c
*
- * Copyright (C) 2007, 2008, 2011 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Copyright (C) 2007-2008, 2011-2012 Gregory Nutt. All rights reserved.
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions