diff options
| author | Reuben Thomas <rrt@sc3d.org> | 2011-06-09 15:14:01 +0100 |
|---|---|---|
| committer | Reuben Thomas <rrt@sc3d.org> | 2011-06-09 19:53:41 +0100 |
| commit | de03ad370c2d25e07b39a62cf3456c3e616a1f1f (patch) | |
| tree | f4e5c3c859f8ae313a082630cdb3f605ed3619ff /src | |
| parent | fbdff8f1a56c229fd461b2318e755d16d88adcb4 (diff) | |
| download | luafilesystem-de03ad370c2d25e07b39a62cf3456c3e616a1f1f.tar.gz luafilesystem-de03ad370c2d25e07b39a62cf3456c3e616a1f1f.tar.bz2 luafilesystem-de03ad370c2d25e07b39a62cf3456c3e616a1f1f.zip | |
Add a comment for make_dir.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lfs.c | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -354,6 +354,10 @@ static int file_unlock (lua_State *L) { | |||
| 354 | } | 354 | } |
| 355 | 355 | ||
| 356 | 356 | ||
| 357 | /* | ||
| 358 | ** Creates a directory. | ||
| 359 | ** @param #1 Directory path. | ||
| 360 | */ | ||
| 357 | static int make_dir (lua_State *L) { | 361 | static int make_dir (lua_State *L) { |
| 358 | const char *path = luaL_checkstring (L, 1); | 362 | const char *path = luaL_checkstring (L, 1); |
| 359 | int fail; | 363 | int fail; |
