Skip to content
This repository has been archived by the owner on Jun 9, 2018. It is now read-only.

Commit

Permalink
fix string.format with %%
Browse files Browse the repository at this point in the history
  • Loading branch information
fperrad committed May 8, 2010
1 parent bd7eedd commit d7b16d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lua/lib/luastring.pir
Expand Up @@ -416,6 +416,7 @@ This function does not accept string values containing embedded zeros.
unless $S0 == '%' goto L4
b .= $S0
inc idx
goto L1
L4:
.local string form
.local string buff
Expand Down
2 changes: 1 addition & 1 deletion t/lua-TestMore
Submodule lua-TestMore updated from c60dac to ecd3cd

0 comments on commit d7b16d1

Please sign in to comment.