From 16b9e9e0c7e36ab8d14a0a5be3aa10ea40d15fd3 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 31 Jan 2012 17:38:45 +0000 Subject: 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 --- nuttx/lib/stdio/lib_fgets.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nuttx/lib/stdio') 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 + * Copyright (C) 2007-2008, 2011-2012 Gregory Nutt. All rights reserved. + * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions -- cgit v1.2.3