freebsd-ports/graphics/grafx2/files/patch-files.c
Emanuel Haupt 2258f28656 Add grafx2, a bitmap paint program that supports more than 60 video
resolutions.

Additional patches from:	dinoex
2009-03-04 17:53:46 +00:00

15 lines
662 B
C

--- ./files.c.orig 2009-02-23 14:20:42.000000000 +0100
+++ ./files.c 2009-02-23 14:21:14.000000000 +0100
@@ -318,11 +318,10 @@
// This should be made dynamic because in the multitask world, user can mount new drives,
// connect to network ones, and so on, while Grafx2 is running.
#else
- #warning "Your platform is missing some specific code here ! please check and correct ! :)"
for (Indice=0; Indice<Nb_drives; Indice++)
{
// Add the drive's name ("c:\\", "/" etc.) to the list
- Ajouter_element_a_la_liste(Drive[Indice].Chemin, 2);
+ Ajouter_element_a_la_liste("/", 2);
Liste_Nb_repertoires++;
}
#endif