Explorar el Código

fixed

tags/v20240302
Emil Williams hace 3 meses
padre
commit
2ded3e61e7
Se han modificado 1 ficheros con 1 adiciones y 4 borrados
  1. +1
    -4
      bake.c

+ 1
- 4
bake.c Ver fichero

@@ -198,14 +198,11 @@ expand_size(char * buf, int argc, char ** argv) {

len = max = strlen(buf) + 1;

#define str
for (i = 0; i < len; ++i) {
if (buf[i] == '\\') {
i += 2;
continue;
} else if (strncmp())

else if (buf[i] == '$') {
} else if (buf[i] == '$') {
switch (buf[++i]) {
case '@':
max += strlen(g_filename);


Cargando…
Cancelar
Guardar