Module: wine
Branch: master
Commit: 408d06891503be601bd3fbe3ae85759a2671ca67
URL: http://source.winehq.org/git/wine.git/?a=commit;h=408d06891503be601bd3fbe3a…
Author: Austin English <austinenglish(a)gmail.com>
Date: Wed Feb 16 18:24:26 2011 -0800
usp10/tests: Remove dead assignment (LLVM/Clang).
---
dlls/usp10/tests/usp10.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/dlls/usp10/tests/usp10.c b/dlls/usp10/tests/usp10.c
index 109b1db..a64f4db 100644
--- a/dlls/usp10/tests/usp10.c
+++ b/dlls/usp10/tests/usp10.c
@@ -838,7 +838,6 @@ static void test_ScriptTextOut(HDC hdc)
/* It would appear that we have a valid SCRIPT_ANALYSIS and can continue
* ie. ScriptItemize has succeeded and that pItem has been set */
cInChars = 5;
- cMaxItems = 255;
if (hr == 0) {
psc = NULL; /* must be null on first call */
cChars = cInChars;
Module: wine
Branch: master
Commit: 182b6a0483c94afcd02ae47b54fe74f842fe80bb
URL: http://source.winehq.org/git/wine.git/?a=commit;h=182b6a0483c94afcd02ae47b5…
Author: Alexander Scott-Johns <alexander.scott.johns(a)googlemail.com>
Date: Wed Feb 16 01:09:35 2011 +0000
user32: Fix read of uninitialized data and a couple of typos in TrackMouseEvent (Valgrind).
---
dlls/user32/input.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dlls/user32/input.c b/dlls/user32/input.c
index 4fd00ba..162c155 100644
--- a/dlls/user32/input.c
+++ b/dlls/user32/input.c
@@ -1106,11 +1106,11 @@ TrackMouseEvent (TRACKMOUSEEVENT *ptme)
return FALSE;
}
- hover_time = ptme->dwHoverTime;
+ hover_time = (ptme->dwFlags & TME_HOVER) ? ptme->dwHoverTime : HOVER_DEFAULT;
- /* if HOVER_DEFAULT was specified replace this with the systems current value.
+ /* if HOVER_DEFAULT was specified replace this with the system's current value.
* TME_LEAVE doesn't need to specify hover time so use default */
- if (hover_time == HOVER_DEFAULT || hover_time == 0 || !(ptme->dwHoverTime&TME_HOVER))
+ if (hover_time == HOVER_DEFAULT || hover_time == 0)
SystemParametersInfoW(SPI_GETMOUSEHOVERTIME, 0, &hover_time, 0);
GetCursorPos(&pos);
Module: wine
Branch: master
Commit: 7d07e03c397958207bf68849a78c2ecb1f61b414
URL: http://source.winehq.org/git/wine.git/?a=commit;h=7d07e03c397958207bf68849a…
Author: Frédéric Delanoy <frederic.delanoy(a)gmail.com>
Date: Wed Feb 16 21:13:17 2011 +0100
po: Add missing \n in various po language files.
---
po/fr.po | 6 +++---
po/lt.po | 2 +-
po/ro.po | 2 +-
po/sl.po | 2 +-
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/po/fr.po b/po/fr.po
index ac36e17..c1f59a3 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -4176,7 +4176,7 @@ msgstr "Échec de l'authentification mutuelle\n"
#: winerror.mc:2391
msgid "Time skew between client and server\n"
-msgstr "Décalage horaire entre le client et le serveur"
+msgstr "Décalage horaire entre le client et le serveur\n"
#: winerror.mc:2396
msgid "Invalid window handle\n"
@@ -4616,7 +4616,7 @@ msgstr "Installation distante non autorisée\n"
#: winerror.mc:2926
msgid "Reboot initiated after successful install\n"
-msgstr "Redémarrage initié après une installation réussie"
+msgstr "Redémarrage initié après une installation réussie\n"
#: winerror.mc:2931
msgid "Invalid string binding\n"
@@ -5218,7 +5218,7 @@ msgstr "Tube RPC fermé\n"
#: winerror.mc:3671
msgid "Discipline error on RPC pipe\n"
-msgstr "Erreur de discipline sur le tube RPC"
+msgstr "Erreur de discipline sur le tube RPC\n"
#: winerror.mc:3676
msgid "No data on RPC pipe\n"
diff --git a/po/lt.po b/po/lt.po
index 51b6454..155dc5d 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -3761,7 +3761,7 @@ msgstr "Vykdyti operaciją, net jei niekas nepasikeitė\n"
#: winerror.mc:1896
msgid "The user profile is invalid\n"
-msgstr "Naudotojo profilis yra netinkamas."
+msgstr "Naudotojo profilis yra netinkamas\n"
#: winerror.mc:1901
msgid "Not supported on Small Business Server\n"
diff --git a/po/ro.po b/po/ro.po
index 8443663..498669a 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -8383,7 +8383,7 @@ msgid ""
"HELP without an argument shows all CMD built-in commands.\n"
msgstr ""
"HELP <comandă> arată un scurt ajutor pentru <comandă>\n"
-"HELP fără nici un parametru enumerează toate comenzile integrate în cmd."
+"HELP fără nici un parametru enumerează toate comenzile integrate în cmd.\n"
#: cmd.rc:95
msgid ""
diff --git a/po/sl.po b/po/sl.po
index 3a1c891..08c643e 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -7185,7 +7185,7 @@ msgstr "Navedena koda za dostop do naprave je neveljavna."
#: winmm.rc:34
msgid "There is no driver installed on your system !\n"
-msgstr "Nameščen ni noben gonilnik!"
+msgstr "Nameščen ni noben gonilnik!\n"
#: winmm.rc:35
msgid ""