mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-06 19:52:19 +01:00
Commit a warnings removal patch from Benjamin Drung to correct a string of minor misdemeanors.
This commit is contained in:
@@ -215,7 +215,7 @@ static int64_t ufile_seek(URLContext *h, int64_t pos, int whence)
|
||||
static offset_t ufile_seek(URLContext *h, offset_t pos, int whence)
|
||||
#endif
|
||||
{
|
||||
wxSeekMode mode;
|
||||
wxSeekMode mode = wxFromStart;
|
||||
|
||||
switch (whence)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user