D bindings to the GraphicsMagick library.
Revisão | 9f6c2f29bb0fb22f889dbcb4227d806f9271ad4f (tree) |
---|---|
Hora | 2023-01-29 08:49:23 |
Autor | kaerou <stigma@disr...> |
Commiter | kaerou |
Fix error in README example
@@ -55,7 +55,7 @@ import magickd; | ||
55 | 55 | /* Attempt to load the GraphicsMagick library. */ |
56 | 56 | void *libgm = null; |
57 | 57 | |
58 | -bool success = loadGraphicsMagick(); | |
58 | +bool success = loadGraphicsMagick(libgm); | |
59 | 59 | if (false == success) { |
60 | 60 | /* |
61 | 61 | * We failed to load for some reason (errors are printed to stderr) |