Changeset 2cd18e3 in buchla-emu for emu/main.c


Ignore:
Timestamp:
02/25/2018 03:01:24 PM (6 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
25c3737
Parents:
9ddbf3e
Message:

Initialize RtMidi device's data member.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • emu/main.c

    r9ddbf3e r2cd18e3  
    4343const char *font = "ttf/vera-sans-mono.ttf";
    4444
    45 int32_t mid_port = -1;
     45uint32_t mid_port = 0;
    4646
    4747SDL_atomic_t run;
     
    160160                        }
    161161
    162                         mid_port = (int32_t)tmp;
     162                        mid_port = (uint32_t)tmp;
    163163                        continue;
    164164                }
Note: See TracChangeset for help on using the changeset viewer.