Skip to content

Commit

Permalink
c12 string update
Browse files Browse the repository at this point in the history
  • Loading branch information
piaggioD committed Dec 9, 2024
1 parent b0ae15b commit cd4ad30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_C012.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ bool CPlugin_012(CPlugin::Function function, struct EventStruct *event, String&

if (isvalid) {
move_special(element->txt[x], strformat(
F("update/V%d?value=%s"),
F("update?V%d=%s"),
event->idx + x,
formattedValue.c_str()));

Expand Down

0 comments on commit cd4ad30

Please sign in to comment.