Changeset 45263 for titan/titan


Ignore:
Timestamp:
01/26/21 15:55:42 (3 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/global.h

    r45262 r45263  
    206206        brev = string_newline(command("busybox | grep 'BusyBox v' | cut -d'.' -f2"))
    207207printf("busybox version: %s\n", brev);
    208         if(brev != NULL) irev = atoi(rev);
     208        if(brev != NULL) irev = atoi(brev);
    209209
    210210        free(brev), brev = NULL;
Note: See TracChangeset for help on using the changeset viewer.