In the patch http://cvs.winehq.com/patch.py?id=7793 you set only :
- FIXME("RAS support is not implemented ! Configure program to use LAN connection/winsock instead !\n"); + FIXME("RAS support is not implemented! Configure program to use LAN connection/winsock instead!\n"); <snip> - FIXME("RAS support is not implemented ! Configure program to use LAN connection/winsock instead !\n"); + FIXME("RAS support is not implemented! Configure program to use LAN connection/winsock instead!\n");
Could you say where the improvement is ?
===== Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ #170597259 No more War !
"What if tomorrow the War could be over ?" Morpheus, in "Reloaded".
For the Law of Oil and Fire, Im an European that lives in France. For all my Brothers and friends, Im a human living on Earth.
___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com
On Mon, 7 Apr 2003, Sylvain Petreolle wrote:
In the patch http://cvs.winehq.com/patch.py?id=7793 you set only :
- FIXME("RAS support is not implemented ! Configure program to use LAN
connection/winsock instead !\n");
- FIXME("RAS support is not implemented! Configure program to use LAN
connection/winsock instead!\n"); [...] Could you say where the improvement is ?
The change was to remove extra spaces before the exclamation mark, as in English and German typography there is no space in such cases.
Usually I certainly wouldn't bother making changes like this for FIXMEs, but these particular ones I had been seeing very often, and it's quite likely that also regular users will encounter them.
(The actual message was fine, and I agree that my ChangeLog wasn't too well chosen, sorry.)
Gerald