diff options
Diffstat (limited to 'src/modules/modPipe.c')
| -rwxr-xr-x | src/modules/modPipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/modPipe.c b/src/modules/modPipe.c index 50db335..fb7eaf2 100755 --- a/src/modules/modPipe.c +++ b/src/modules/modPipe.c @@ -195,7 +195,7 @@ int init(export_fce_t *p) return -1; } - if( ( fce_move_shot = export_fce->fce_getExportFce("move_shot") ) == NULL ) + if( ( fce_move_shot = export_fce->fce_getShareFce("move_shot") ) == NULL ) { return -1; } |