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

14 lines
374 B

/*
* 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"