From 38d3546c69fae9f15eb3d9f4170a16ca4c647e62 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 31 Jan 2012 17:38:45 +0000 Subject: [PATCH] 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 --- lib/stdio/lib_fgets.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/stdio/lib_fgets.c b/lib/stdio/lib_fgets.c index ce2aa9476d..f4061b6282 100644 --- a/lib/stdio/lib_fgets.c +++ b/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