aboutsummaryrefslogtreecommitdiff
path: root/blinkenlights.c
diff options
context:
space:
mode:
Diffstat (limited to 'blinkenlights.c')
-rw-r--r--blinkenlights.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/blinkenlights.c b/blinkenlights.c
index 65e02a4..1e49474 100644
--- a/blinkenlights.c
+++ b/blinkenlights.c
@@ -758,7 +758,7 @@ static void blinkenlights_open(t_blinkenlights *x, t_symbol *sfile)
//--------------------------------
- if ( ( x->x_filed = fopen( sfile->s_name, "r" ) ) == NULL )
+ if ( ( x->x_filed = sys_fopen( sfile->s_name, "r" ) ) == NULL )
{
error( "blinkenlights : cannot open >%s<", sfile->s_name);
return;