Skip to content

Commit

Permalink
Fixed ldpl_number to ldpl_text conversion error
Browse files Browse the repository at this point in the history
  • Loading branch information
Lartu committed Dec 12, 2019
1 parent dae41e3 commit 43e3bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ldpl_lib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ ldpl_number VAR_ERRORCODE = 0;
chText VAR_ERRORTEXT = \"\";
//Forward declarations
chText to_ldpl_string(double x);
chText to_ldpl_string(ldpl_number x);
chText trimCopy(chText _line);
#ifndef LDPLMAP
Expand Down

0 comments on commit 43e3bf0

Please sign in to comment.