Correct decoding a string containing '/'.
PR: 97485 Submitted by: Mikko Tyolajarvi < mbsd at pacbell dot net >
This commit is contained in:
parent
aa1807d5d6
commit
1761ec1040
@ -16,7 +16,7 @@ __FBSDID("$FreeBSD$");
|
||||
#include <inttypes.h>
|
||||
|
||||
#define ADOT 46 /* ASCII '.' */
|
||||
#define ASLASH ADOT + 1 /* ASCII '/' */
|
||||
#define ASLASH 47 /* ASCII '/' */
|
||||
#define A0 48 /* ASCII '0' */
|
||||
#define AA 65 /* ASCII 'A' */
|
||||
#define Aa 97 /* ASCII 'a' */
|
||||
|
Loading…
Reference in New Issue
Block a user