mirror of
https://github.com/vale981/yabar
synced 2025-03-05 09:31:39 -05:00
commit
813b87ba5c
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ static const char * const yashell = "/bin/sh";
|
|||
inline static void ya_copy_buf_from_index(ya_block_t *blk, uint32_t cur_desktop) {
|
||||
char *cur = blk->internal->option[0];
|
||||
uint32_t index =0;
|
||||
for(;*cur!= '\0' && *cur == ' ';cur++);
|
||||
for(;*cur == ' ';cur++);
|
||||
for(;*cur != '\0'; cur++) {
|
||||
int offset = 0;
|
||||
if(*cur==' ')
|
||||
|
|
Loading…
Add table
Reference in a new issue