diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-08-11 13:47:04 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-08-11 13:47:04 (GMT) |
| commit | dfcc8ce6e5c8b91079348f4554ce76ff537dd1be (patch) | |
| tree | b83255cf5412c753da0faa1c20d905c25fdf60f8 /unix/tclLoadDyld.c | |
| parent | 1ba4ad76b3abf67834ed39e7f20199104298b794 (diff) | |
| parent | b3f8c269fa4910edabe381bf6ec17ecdb2bb19e1 (diff) | |
| download | tcl-dfcc8ce6e5c8b91079348f4554ce76ff537dd1be.zip tcl-dfcc8ce6e5c8b91079348f4554ce76ff537dd1be.tar.gz tcl-dfcc8ce6e5c8b91079348f4554ce76ff537dd1be.tar.bz2 | |
Merge 8.7
Diffstat (limited to 'unix/tclLoadDyld.c')
| -rw-r--r-- | unix/tclLoadDyld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclLoadDyld.c b/unix/tclLoadDyld.c index a2ab24f..f3fea0c 100644 --- a/unix/tclLoadDyld.c +++ b/unix/tclLoadDyld.c @@ -610,7 +610,7 @@ TclpLoadMemory( if ((size_t) codeSize >= sizeof(struct fat_header) + fh_nfat_arch * sizeof(struct fat_arch)) { - void *fatarchs = (char*)buffer + sizeof(struct fat_header); + void *fatarchs = (char *)buffer + sizeof(struct fat_header); const NXArchInfo *arch = NXGetLocalArchInfo(); struct fat_arch *fa; |
