projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39df66e
)
replaced glib function calls to g_strcompress()
author
Holger Schemel
<info@artsoft.org>
Mon, 19 Feb 2024 23:19:10 +0000
(
00:19
+0100)
committer
Holger Schemel
<info@artsoft.org>
Mon, 19 Feb 2024 23:19:10 +0000
(
00:19
+0100)
src/game_bd/bd_bdcff.c
patch
|
blob
|
history
diff --git
a/src/game_bd/bd_bdcff.c
b/src/game_bd/bd_bdcff.c
index f7ed0d48c459928be54a8eee693eda03756477d4..235938b723c3e0d56e21a3cf4a0dc2b852db35bc 100644
(file)
--- a/
src/game_bd/bd_bdcff.c
+++ b/
src/game_bd/bd_bdcff.c
@@
-191,7
+191,7
@@
static boolean struct_set_property(gpointer str, const GdStructDescriptor *prop_
GString *str = *(GString **)value;
char *compressed;
- compressed = g
_strcompress
(param);
+ compressed = g
etUnescapedString
(param);
g_string_assign(str, compressed);
free(compressed);