diff options
-rw-r--r-- | libbb/interface.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbb/interface.c b/libbb/interface.c index 4632e2930..fe2d0b4b2 100644 --- a/libbb/interface.c +++ b/libbb/interface.c | |||
@@ -15,7 +15,7 @@ | |||
15 | * that either displays or sets the characteristics of | 15 | * that either displays or sets the characteristics of |
16 | * one or more of the system's networking interfaces. | 16 | * one or more of the system's networking interfaces. |
17 | * | 17 | * |
18 | * Version: $Id: interface.c,v 1.24 2004/08/12 16:52:00 andersen Exp $ | 18 | * Version: $Id: interface.c,v 1.25 2004/08/26 21:45:21 andersen Exp $ |
19 | * | 19 | * |
20 | * Author: Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org> | 20 | * Author: Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org> |
21 | * and others. Copyright 1993 MicroWalt Corporation | 21 | * and others. Copyright 1993 MicroWalt Corporation |
@@ -1016,7 +1016,7 @@ char *get_name(char *name, char *p) | |||
1016 | /* first ':' not found - return empty */ | 1016 | /* first ':' not found - return empty */ |
1017 | name[0]='\0'; | 1017 | name[0]='\0'; |
1018 | } | 1018 | } |
1019 | return p; | 1019 | return p + 1; |
1020 | } | 1020 | } |
1021 | 1021 | ||
1022 | /* If scanf supports size qualifiers for %n conversions, then we can | 1022 | /* If scanf supports size qualifiers for %n conversions, then we can |