mirror of
https://github.com/opentx/opentx.git
synced 2025-07-15 12:25:12 +03:00
parent
fd16151850
commit
3d17023bc9
1 changed files with 12 additions and 12 deletions
|
@ -325,7 +325,7 @@ char * getSourceString(char * dest, mixsrc_t idx)
|
||||||
dest[LEN_INPUT_NAME] = '\0';
|
dest[LEN_INPUT_NAME] = '\0';
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
strAppendUnsigned(dest, idx, 2);
|
strAppendUnsigned(dest, idx+1, 2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#if defined(LUA_INPUTS)
|
#if defined(LUA_INPUTS)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue