diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2011-11-24 11:25:41 -0200 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2011-11-24 11:25:41 -0200 |
| commit | 6e899850b9178f934829c36aecb77cb2b9be6a05 (patch) | |
| tree | b5023efe4c75aac4bc1ead80fb53338dc292e43f /lundump.c | |
| parent | fded7bef19dae0636f98558d36a9797e611c34ef (diff) | |
| download | lua-6e899850b9178f934829c36aecb77cb2b9be6a05.tar.gz lua-6e899850b9178f934829c36aecb77cb2b9be6a05.tar.bz2 lua-6e899850b9178f934829c36aecb77cb2b9be6a05.zip | |
details
Diffstat (limited to 'lundump.c')
| -rw-r--r-- | lundump.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lundump.c,v 1.69 2011/05/06 13:35:17 lhf Exp $ | 2 | ** $Id: lundump.c,v 1.70 2011/06/21 12:29:00 lhf Exp $ |
| 3 | ** load precompiled Lua chunks | 3 | ** load precompiled Lua chunks |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -44,7 +44,7 @@ static void error(LoadState* S, const char* why) | |||
| 44 | 44 | ||
| 45 | static void LoadBlock(LoadState* S, void* b, size_t size) | 45 | static void LoadBlock(LoadState* S, void* b, size_t size) |
| 46 | { | 46 | { |
| 47 | if (luaZ_read(S->Z,b,size)!=0) error(S,"corrupted"); | 47 | if (luaZ_read(S->Z,b,size)!=0) error(S,"truncated"); |
| 48 | } | 48 | } |
| 49 | 49 | ||
| 50 | static int LoadChar(LoadState* S) | 50 | static int LoadChar(LoadState* S) |
