mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 06:25:24 +00:00
Fix compile error (could have sworn I already did this!)
This commit is contained in:
parent
87b4bcebef
commit
6a17fee980
1 changed files with 2 additions and 2 deletions
|
|
@ -434,8 +434,8 @@ void CHD44780::writeDStarInt(const char* my1, const char* my2, const char* your,
|
|||
|
||||
char *p = m_buffer1;
|
||||
for (; *p; ++p) {
|
||||
if (*p == " ")
|
||||
*p = "_";
|
||||
if (*p == ' ')
|
||||
*p = '_';
|
||||
}
|
||||
|
||||
if (strcmp(reflector, " ") != 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue