Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/MiniDexed/commit/f471d5b7966040a05ea52aa3cae8efbe08c2e7d9?style=split&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

Small fix for debugging output.

pull/195/head
Holger 3 years ago committed by GitHub
parent fcc1eaa145
commit f471d5b796
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/serialmididevice.cpp

@ -69,6 +69,7 @@ void CSerialMIDIDevice::Process (void)
if((i > 1 ) && (i % 8) == 0) if((i > 1 ) && (i % 8) == 0)
printf("\n"); printf("\n");
} }
if((i % 8) != 0)
printf("\n"); printf("\n");

Loading…
Cancel
Save