fix bug using non-existing "time" variable
commit4f377896d29b69ba8dce840155476f290640c975
authorrofl0r <rofl0r@users.noreply.github.com>
Sun, 7 Feb 2021 22:02:50 +0000 (7 22:02 +0000)
committerrofl0r <rofl0r@users.noreply.github.com>
Sun, 7 Feb 2021 22:07:00 +0000 (7 22:07 +0000)
treeaf2aca7d8f7865ed90492578d44326639fd6cd46
parentafa9362429c3a35ec0c17cca60cc3e5bd5fecd96
fix bug using non-existing "time" variable

this was overlooked in da992740367ce36a49c42ed9121777bd9fa246a6 due to the
definition of the variable inside that function.
this had the effect that the linker found the libc function "time" and linked
it to this spot, therefore no linker error happened.
this was discovered due to ubuntu 20.04 defaulting to having libc compiled as
pie, which made the relocation go boom.
openborscript.c