-
but should be using a local variable instead:
https://bugs.launchpad.net/ubuntu/+source/apt-mirror/+bug/244613/comments/2.
2008-10-31 10:35:14 UTC in APT sources mirroring tool
-
I finally did fix it... i changed mail.cpp beginning at line 160. If the Received: filed is broken into several lines like this:
Received: bla bla ...
field info goes on
and on
until this line
NextField: 123
...
Then the lines beginning with at least one space or tab are read in and treated as one single line... the tabs and spaces at the beginning are being substituded with...
2008-09-07 19:25:16 UTC in Windows MBox Viewer
-
... the same at date.cpp:209.
2008-09-07 08:59:07 UTC in Windows MBox Viewer
-
btw:
date.cpp:189
date = tm.Format("%d/%m/%y %H:%I"); date = tm.Format("%d/%m/%y %H:%M");.
2008-09-07 08:58:18 UTC in Windows MBox Viewer
-
I have looked around in the source code (of the wxWidgets-version since I dont have the MFC headers):
The reason why the date is missing:
you are reading the fields one by one of every email and if you find the date in either the "Received: " or "Date: " fields you read in from there and set a boolean value to false so that this date does not get overwritten again in the memory...
(...
2008-09-07 08:22:43 UTC in Windows MBox Viewer
-
... for some mails. I send a demo mbox file as attachment containing two mails which both are displayed without date.
2008-09-06 10:29:51 UTC in Windows MBox Viewer
-
File Added: stderr.txt.
2007-05-14 12:37:35 UTC in Widelands
-
the error is more complex than i thought in the first point:
If i simply load the savegame everything works fine... so the savegame itself maybe isnt wrong.
The game crashes if i disable the sound before loading the savegame :D
Here an exact way how to cause this crash:
start widelands
click options
disable music and sounds
apply
go to singleplayer
and load the savegame
-> crash.
2007-05-14 12:37:16 UTC in Widelands
-
forgot to say:
I have tried it with the actual Windows release:
http://prdownloads.sourceforge.net/widelands/widelands-build10-win32.exe?download.
2007-05-14 12:29:09 UTC in Widelands
-
The savegame is a valid file how it has been created by the game (there where no modifications done to the file).
When i try to load the savegame the game window simply closes itself without any error message.
2007-05-14 12:27:13 UTC in Widelands