Const fix.
authorScott Cantor <cantor.2@osu.edu>
Mon, 2 Oct 2006 18:26:41 +0000 (18:26 +0000)
committerScott Cantor <cantor.2@osu.edu>
Mon, 2 Oct 2006 18:26:41 +0000 (18:26 +0000)
shib-target/shib-target.cpp

index 8375e22..7415eb8 100644 (file)
@@ -87,7 +87,7 @@ namespace shibtarget {
  * Shib Target implementation
  */
 
-static char _x2c(char *what)
+static char _x2c(const char *what)
 {
     register char digit;