diff options
author | Björn Gustavsson <[email protected]> | 2011-12-02 14:39:53 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2011-12-02 14:48:47 +0100 |
commit | 7bd9c1f9a68a024958040fe5b77dacc73bb6c5ab (patch) | |
tree | cfbc4e6cc990db11614cc8c1e5a025b522b45c13 /lib/kernel/src/file.erl | |
parent | 0ea7684efdc443a9a4e2b35c97c7eee1b047fc44 (diff) | |
download | otp-7bd9c1f9a68a024958040fe5b77dacc73bb6c5ab.tar.gz otp-7bd9c1f9a68a024958040fe5b77dacc73bb6c5ab.tar.bz2 otp-7bd9c1f9a68a024958040fe5b77dacc73bb6c5ab.zip |
Mend the non-SMP emulator
Commit 8781932b3b8769b6f208ac7c00471122ec7dd055 broke
erlang:system_info(system_version) in the non-SMP emulator so
that it would typically dump core.
"rq:%d" was removed from the format string for erts_printf(),
but the corresponding argument in the argument list was not removed,
which ultimately caused "kernel-poll:%s" to be passed an integer
(typically 0).
Diffstat (limited to 'lib/kernel/src/file.erl')
0 files changed, 0 insertions, 0 deletions