Skip to content

Commit be480c3

Browse files
committed
SERXIONE-6937: SystemServices Crash
1 parent 2621d2c commit be480c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SystemServices/SystemServices.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2753,7 +2753,7 @@ namespace WPEFramework {
27532753
LOGERR("Exception caught while reading territory file");
27542754
retValue = false;
27552755
m_strTerritory = "";
2756-
m_strRegion = "";
2756+
m_strRegion = "";
27572757
}
27582758
return retValue;
27592759
}

0 commit comments

Comments
 (0)