Commit 1760568d authored by Felix Paul Kühne's avatar Felix Paul Kühne

* set keywords properly and removed an outdated FIXME

parent 4652fd47
......@@ -259,7 +259,7 @@ static VLCBookmarks *_o_sharedInstance = nil;
{
free( pp_bookmarks[i]->psz_name );
}
/* FIXME: putting the name to core does not work!! -- FK*/
pp_bookmarks[i]->psz_name = strdup([[o_edit_fld_name stringValue] UTF8String]);
pp_bookmarks[i]->i_byte_offset = [[o_edit_fld_bytes stringValue] intValue];
pp_bookmarks[i]->i_time_offset = ([[o_edit_fld_time stringValue] intValue] * 1000000);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment