=?UTF-8?Q?Micha=C5=82=20Janiszewski=20?=: winevulkan: Print all the arguments in make_vulkan.

Alexandre Julliard julliard at winehq.org
Mon Oct 15 16:15:28 CDT 2018


Module: wine
Branch: master
Commit: 83fd23347a7fccc85ea57c7e05cc21e432c5d5b2
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=83fd23347a7fccc85ea57c7e05cc21e432c5d5b2

Author: Michał Janiszewski <janisozaur at gmail.com>
Date:   Fri Oct 12 00:07:54 2018 +0200

winevulkan: Print all the arguments in make_vulkan.

Signed-off-by: Michał Janiszewski <janisozaur at gmail.com>
Signed-off-by: Józef Kucia <jkucia at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/winevulkan/make_vulkan | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/winevulkan/make_vulkan b/dlls/winevulkan/make_vulkan
index bd04ad4..82b4c8d 100755
--- a/dlls/winevulkan/make_vulkan
+++ b/dlls/winevulkan/make_vulkan
@@ -1162,7 +1162,7 @@ class VkParam(object):
         self._set_conversions()
 
     def __repr__(self):
-        return "{0} {1} {2} {3} {4}".format(self.const, self.type, self.pointer, self.name, self.array_len, self.dyn_array_len)
+        return "{0} {1} {2} {3} {4} {5}".format(self.const, self.type, self.pointer, self.name, self.array_len, self.dyn_array_len)
 
     @staticmethod
     def from_xml(param, types):




More information about the wine-cvs mailing list