oleview: Make optional flag "optional" not "opt."

Misha Koshelev mk144210 at bcm.tmc.edu
Sun Feb 25 01:36:36 CST 2007


Changelog:

	* oleview: Make optional flag "optional" not "opt."
-------------- next part --------------
From e5f58b511f18519966f98509c83dda6f090fedb9 Mon Sep 17 00:00:00 2001
From: Misha Koshelev <mk144210 at bcm.tmc.edu>
Date: Sun, 25 Feb 2007 01:24:48 -0600
Subject: oleview: Make optional flag "optional" not "opt."
---
 programs/oleview/typelib.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/programs/oleview/typelib.c b/programs/oleview/typelib.c
index 4a1f015..a677dfe 100644
--- a/programs/oleview/typelib.c
+++ b/programs/oleview/typelib.c
@@ -87,7 +87,7 @@ static const WCHAR wszPARAMFLAG_FIN[] = 
 static const WCHAR wszPARAMFLAG_FOUT[] = { 'o','u','t','\0' };
 static const WCHAR wszPARAMFLAG_FLCID[] = { 'c','i','d','\0' };
 static const WCHAR wszPARAMFLAG_FRETVAL[] = { 'r','e','t','v','a','l','\0' };
-static const WCHAR wszPARAMFLAG_FOPT[] = { 'o','p','t','\0' };
+static const WCHAR wszPARAMFLAG_FOPT[] = { 'o','p','t','i','o','n','a','l','\0' };
 static const WCHAR wszPARAMFLAG_FHASCUSTDATA[]
     = { 'h','a','s','c','u','s','t','d','a','t','a','\0' };
 static const WCHAR wszDefaultValue[]
-- 
1.4.1



More information about the wine-patches mailing list