mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 06:55:52 +08:00
Fix compile error (could have sworn I already did this!)
This commit is contained in:
@@ -434,8 +434,8 @@ void CHD44780::writeDStarInt(const char* my1, const char* my2, const char* your,
|
|||||||
|
|
||||||
char *p = m_buffer1;
|
char *p = m_buffer1;
|
||||||
for (; *p; ++p) {
|
for (; *p; ++p) {
|
||||||
if (*p == " ")
|
if (*p == ' ')
|
||||||
*p = "_";
|
*p = '_';
|
||||||
}
|
}
|
||||||
|
|
||||||
if (strcmp(reflector, " ") != 0) {
|
if (strcmp(reflector, " ") != 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user