diff options
Diffstat (limited to 'perform/overhead.c')
-rw-r--r-- | perform/overhead.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/perform/overhead.c b/perform/overhead.c index 641bc50..219cb7d 100644 --- a/perform/overhead.c +++ b/perform/overhead.c @@ -216,8 +216,7 @@ test(fill_t fill_style, const double splits[], #if !defined( __MWERKS__) /* - workaround for a bug in the Metrowerks open function - pvn + workaround for a bug in the Metrowerks version 6.0 open function */ if ((fd=open(FILE_NAME_1, O_RDONLY))<0) goto error; #endif |