X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fhumperdink%2Fio.c;h=a9bcf41b27055b44997ab7bc4d6c49e93a02eb9a;hb=8ea022814e4781856eea6767391274dfd5771a37;hp=90999cc15451de187df7240fba009ee8fd394e96;hpb=eae86b6ff2d11421e4839ffbe79c4c547d15751a;p=melted diff --git a/src/humperdink/io.c b/src/humperdink/io.c index 90999cc..a9bcf41 100644 --- a/src/humperdink/io.c +++ b/src/humperdink/io.c @@ -72,7 +72,7 @@ char *strip_quotes( char *input ) return input; } -char *get_string( char *output, int maxlength, char *use ) +char *io_get_string( char *output, int maxlength, char *use ) { char *value = NULL; strcpy( output, use );