diff options
author | Andreas Rumpf <andreas@andreas-laptop> | 2010-05-30 21:15:20 +0200 |
---|---|---|
committer | Andreas Rumpf <andreas@andreas-laptop> | 2010-05-30 21:15:20 +0200 |
commit | 909f7dbf8cac95d4cdb08c4a2e1cb4ba2d42bfeb (patch) | |
tree | 69348060582d89e2535bdce154f4a4d9655962e4 /web | |
parent | cb21b0e7a789bc068a177258b20b6b4333651c2a (diff) | |
download | Nim-909f7dbf8cac95d4cdb08c4a2e1cb4ba2d42bfeb.tar.gz |
revert to old behavior of getStartMilsecs; getStartMilsecs deprecated
Diffstat (limited to 'web')
-rwxr-xr-x | web/news.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/news.txt b/web/news.txt index 7de119d34..6a65782ff 100755 --- a/web/news.txt +++ b/web/news.txt @@ -13,7 +13,7 @@ Bugfixes - Bugfix: Passing a ``ref`` pointer to the untyped ``pointer`` type is invalid. - Bugfix: Updated ``keyval`` example. - Bugfix: ``system.splitChunk`` still contained code for debug output. -- Bugfix: ``times.getStartMilsecs`` uses ``gettimeofday`` for Posix times. It +- Bugfix: ``times.getStartMilsecs`` uses ``gettimeofday`` for Posix. It used to use ``clock`` which has the wrong semantics. - Bugfix: ``dialogs.ChooseFileToSave`` uses ``STOCK_SAVE`` instead of ``STOCK_OPEN`` for the GTK backend. |