Skip to content

Commit 4725ae5

Browse files
committed
fix #2900 - bad compare
1 parent 6ba00b7 commit 4725ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/cmdhw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1596,7 +1596,7 @@ void pm3_version_short(void) {
15961596
PrintAndLogEx(NORMAL, " Client.... %s", temp);
15971597

15981598
bool armsrc_mismatch = false;
1599-
char *ptr = strstr(payload->versionstr, " os: ");
1599+
char *ptr = strstr(payload->versionstr, "OS......... ");
16001600
if (ptr != NULL) {
16011601
ptr = strstr(ptr, "\n");
16021602
if ((ptr != NULL) && (strlen(g_version_information.armsrc) == 9)) {

0 commit comments

Comments
 (0)