Commit a95cfc8b authored by Adam Mills's avatar Adam Mills
Browse files

Fixing error in trajectory file loading

parent fda8764e
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -342,10 +342,10 @@ int main(
        }
    }

    if ( ( arg.headRotationFilePath != NULL ) && ( !isEmptyString( arg.headRotationFilePath ) ) )
    {
        convert_backslash( arg.headRotationFilePath );

    if ( !isEmptyString( arg.headRotationFilePath ) )
    {
        if ( RotationFileReader_open( arg.headRotationFilePath, &headRotReader ) != IVAS_ERR_OK )
        {
            fprintf( stderr, "Error opening file: %s\n", arg.headRotationFilePath );