Re: winspool.drv: Write-strings warnings fix (Resent)
11 Jul
2006
11 Jul
'06
10:39 a.m.
Andrew Talbot <Andrew.Talbot(a)talbotville.com> writes:
@@ -421,7 +431,7 @@ *s=':'; pent = s; } else - pent = ""; + pent = empty;
This one is not in an API structure so it should be made const. -- Alexandre Julliard julliard(a)winehq.org
7096
Age (days ago)
7096
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alexandre Julliard -
Andrew Talbot