Skip to content
Snippets Groups Projects
Commit 1007a29b authored by Per Cederqvist's avatar Per Cederqvist
Browse files

char changed to unsigned char in prototype for s_mem_crea_str.

parent 4d51be97
No related branches found
No related tags found
No related merge requests found
...@@ -130,9 +130,9 @@ s_crea_str (String * dest_string, ...@@ -130,9 +130,9 @@ s_crea_str (String * dest_string,
*/ */
extern Success extern Success
s_mem_crea_str (String * dest_string, s_mem_crea_str (String * dest_string,
const char * buffer, const unsigned char * buffer,
String_size length); String_size length);
/* /*
* Create a string of a given size. The contents of the string * Create a string of a given size. The contents of the string
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment