• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

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

作図ソフト dia の改良版


Commit MetaInfo

修訂edd12a4f8c2b0361d4886c61f826c914dddd27e5 (tree)
時間2009-10-05 00:46:12
作者Hans Breuer <hans@breu...>
CommiterHans Breuer

Log Message

Use g_base64_encode_step() from GLib 2.12

Change Summary

差異

--- a/plug-ins/vdx/vdx-export.c
+++ b/plug-ins/vdx/vdx-export.c
@@ -1358,7 +1358,6 @@ static void draw_string(DiaRenderer *self,
13581358 * @returns Base64 encoded data (or NULL if problem)
13591359 * @note glibc 2.12 offers g_base64_encode()
13601360 */
1361-
13621361 static char *
13631362 read_base64_file(const char *filename)
13641363 {