GIT
/
REPO
/
FRED-BOY
Projects
/
mp3cc.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e75ce53
)
Fix string constants in modules
author
DeaDDooMER <deaddoomer@deadsoftware.ru>
Wed, 8 Mar 2017 22:12:01 +0000
(
01:12
+0300)
committer
DeaDDooMER <deaddoomer@deadsoftware.ru>
Wed, 8 Mar 2017 22:12:01 +0000
(
01:12
+0300)
mpc/structures/identifier.c
patch
|
blob
|
history
diff --git
a/mpc/structures/identifier.c
b/mpc/structures/identifier.c
index 6485b355cea47e72e9e95addaf004e17650bb65b..58dac047a79bd94fae03b104501cceb1406e4670 100644
(file)
--- a/
mpc/structures/identifier.c
+++ b/
mpc/structures/identifier.c
@@
-362,7
+362,7
@@
void bsf_write_function(string* name, type_list* parameters, type* return_type)
void bsf_write_STRING(char* value)
{
char len = strlen(value);
-
lowercase(value);
+
//
lowercase(value);
fwrite(&len, 1, 1, symbols_file);
fwrite(value, 1, len, symbols_file);
}
DEADSOFTWARE 2012-2025