Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/dexed/blame/commit/f37cdbdfd84d952ac19c837b1b18097bb7aff321/JuceLibraryCode/modules/juce_graphics/image_formats/jpglib/jversion.h You should set ROOT_URL correctly, otherwise the web may not work correctly.

15 lines
374 B

12 years ago
/*
* jversion.h
*
* Copyright (C) 1991-1998, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying README file.
*
* This file contains software version identification.
*/
#define JVERSION "6b 27-Mar-1998"
#define JCOPYRIGHT "Copyright (C) 1998, Thomas G. Lane"