summaryrefslogtreecommitdiff
path: root/emulators/gpsim/patches/patch-ae
blob: 139b6454bf466473020f0f96e1b9b1e493c07cb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ae,v 1.1 2002/05/08 11:32:49 wiz Exp $

--- gpsim/main.cc.orig	Mon Nov 20 07:20:43 2000
+++ gpsim/main.cc
@@ -147,7 +147,7 @@
   poptContext optCon;   /* context for parsing command-line options */
 
 
-  optCon = poptGetContext(NULL, argc, argv, optionsTable, 0);
+  optCon = poptGetContext(NULL, argc, (const char **)argv, optionsTable, 0);
   poptSetOtherOptionHelp(optCon, "[-h] [-p <device> [<hex_file>]] [-c <stc_file>]");