mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-13 11:42:21 +00:00
No description
ProcessExecString thought it was returning an array of size 3; however in C arrays are second-class and there is no direct way to return an array like this; GCC warning triggered because it was actually just returning a pointer to local storage. Fixed using malloc. Also fix some obviously wrong usages of sizeof, although they were relatively harmless. A little other warning quieting using 0 instead of NULL. |
||
---|---|---|
cde |