• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

D bindings to the GraphicsMagick library.


Commit MetaInfo

Revisão9f6c2f29bb0fb22f889dbcb4227d806f9271ad4f (tree)
Hora2023-01-29 08:49:23
Autorkaerou <stigma@disr...>
Commiterkaerou

Mensagem de Log

Fix error in README example

Mudança Sumário

Diff

--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ import magickd;
5555 /* Attempt to load the GraphicsMagick library. */
5656 void *libgm = null;
5757
58-bool success = loadGraphicsMagick();
58+bool success = loadGraphicsMagick(libgm);
5959 if (false == success) {
6060 /*
6161 * We failed to load for some reason (errors are printed to stderr)