diff options
| author | 2024-01-09 04:27:18 -0600 | |
|---|---|---|
| committer | 2024-01-09 04:27:18 -0600 | |
| commit | 82ceaa4680ee1a626effb6008ba605a10da07468 (patch) | |
| tree | 90fff79a9857be692fd7a991f97660b672b8129c /src/l2su.h | |
| parent | finish the runtime stuff (buggy maybe) (diff) | |
actually use runtime
Diffstat (limited to 'src/l2su.h')
| -rw-r--r-- | src/l2su.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -52,6 +52,7 @@ int l2_launcher_rm_tree(const char *path, int nfds); struct l2_ftw_data { int depth; int reloffset; + int baseoffset; void *user; }; |
