now runs with -O2

This commit is contained in:
nova
2025-07-13 21:53:59 +02:00
parent 4092446825
commit b9c254a0fe
3 changed files with 37 additions and 33 deletions

View File

@ -3,10 +3,10 @@
#include <dirent.h>
#include <stdlib.h>
#include <strings.h>
#include <signal.h>
#include <sys/stat.h>
#include <unistd.h>
#include <string.h>
#include <signal.h>
#include "defines.h"
#include "config.h"
@ -246,7 +246,7 @@ void move_right(){
cmd = concat(cmd, "\"");
btm_buffer = malloc(strlen(cmd));
strcpy(btm_buffer, cmd);
strcpy(btm_buffer, cmd-1);
if (system(cmd) == -1) {