From adfab7d55b07656173ba646f367670cbfca5cfc4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Thu, 30 Mar 2000 21:52:50 +0200
Subject: [PATCH] mixed * => array.

Rev: lib/modules/Getopt.pmod:1.6
---
 lib/modules/Getopt.pmod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/modules/Getopt.pmod b/lib/modules/Getopt.pmod
index f4a2160465..26d67292ac 100644
--- a/lib/modules/Getopt.pmod
+++ b/lib/modules/Getopt.pmod
@@ -167,7 +167,7 @@ array find_all_options(array(string) argv, array options,
 
 	string arg;
 	sscanf(opt,"%s=%s",opt, arg);
-	if(mixed *option=quick[opt])
+	if(array option=quick[opt])
 	{
 	  argv[e]=0;
 	  if(!arg && option[TYPE]==HAS_ARG)
-- 
GitLab