diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-04-30 16:24:20 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-04-30 16:24:20 +0000 |
commit | 631f81f519efe3869c59278a5bc00b3673191c96 (patch) | |
tree | 0b2ab7cbcea84e62850e97d25ecc5d27dc5d709f | |
parent | 5732d666a178ab9673a0acc409ef6f8fccf58e5a (diff) | |
download | rtmux-631f81f519efe3869c59278a5bc00b3673191c96.tar.gz rtmux-631f81f519efe3869c59278a5bc00b3673191c96.tar.bz2 rtmux-631f81f519efe3869c59278a5bc00b3673191c96.zip |
DOH.
-rw-r--r-- | util.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $Id: util.c,v 1.4 2009-04-30 06:00:13 nicm Exp $ */ +/* $Id: util.c,v 1.5 2009-04-30 16:24:20 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net> @@ -53,7 +53,7 @@ section_string(char *buf, size_t len, size_t sectoff, size_t sectlen) /* Clean string of invisible characters. */ void -clean_string(const u_char *in, char *buf, size_t len) +clean_string(const char *in, char *buf, size_t len) { const u_char *cp; size_t off; |