Kernel/libc - Define _SysDebug macro for userland libc debugging
[tpg/acess2.git] / KernelLand / Modules / Filesystems / InitRD / GenerateInitRD.php
index 3229ef2..5034b4b 100644 (file)
@@ -146,7 +146,7 @@ EOF;
                        echo $path,"\n";
                        $size = filesize($path);
        
-                       $_sym = "_binary_".str_replace(array("/","-","."), "_", $path)."_start";
+                       $_sym = "_binary_".str_replace(array("/","-",".","+"), "_", $path)."_start";
                        $gOutput .= "extern Uint8 {$_sym}[];";
                        $gSymFiles[] = $path;
                        $gOutput .= <<<EOF

UCC git Repository :: git.ucc.asn.au