mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
34814184c6
The implicit casts are already protected by class checks.
11 lines
222 B
Plaintext
11 lines
222 B
Plaintext
Index: ComboBo.c
|
|
--- ComboBo.c.orig
|
|
+++ ComboBo.c
|
|
@@ -768,5 +768,5 @@ ComboBoxSetString(fnw, dir)
|
|
}
|
|
|
|
strcpy(CurrentDir(fnw), dir);
|
|
- ChangeDirectory(fnw, 0);
|
|
+ ChangeDirectory((ComboBoxWidget) fnw, 0);
|
|
}
|