git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c069625
)
fixed compiler warning
author
kramm
<kramm>
Sun, 16 Mar 2008 10:13:09 +0000
(10:13 +0000)
committer
kramm
<kramm>
Sun, 16 Mar 2008 10:13:09 +0000
(10:13 +0000)
lib/modules/swfcgi.c
patch
|
blob
|
history
diff --git
a/lib/modules/swfcgi.c
b/lib/modules/swfcgi.c
index
21ca7ff
..
f686f86
100644
(file)
--- a/
lib/modules/swfcgi.c
+++ b/
lib/modules/swfcgi.c
@@
-121,7
+121,7
@@
static void swf_cgienv(unsigned char * var)
newval = buf;
}
- putenv((const char *)newval);
+ putenv((char *)newval);
if (oldval)
{ rfx_free(oldval);