• Georgi Kodinov's avatar
    Bug #42144: plugin_load fails · b1a8b3aa
    Georgi Kodinov authored
    Reverted the ulong->uint diff
    Re-applied the first diff.
    The original commit message follows:
    
    enum plugin system variables are ulong internally, not int.
    On systems where long is not the same as an int it causes
    problems. 
    Fixed by correct typecasting. Removed the test from the 
    experimental list.
    b1a8b3aa
plugin.h 29 KB