[Swfed-svn] swfed-svn [420] エラー文言訂正

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2011年 3月 11日 (金) 20:10:05 JST


Revision: 420
          http://sourceforge.jp/projects/swfed/svn/view?view=rev&revision=420
Author:   yoya
Date:     2011-03-11 20:10:05 +0900 (Fri, 11 Mar 2011)

Log Message:
-----------
エラー文言訂正

Modified Paths:
--------------
    trunk/src/swf_tag.c


-------------- next part --------------
Modified: trunk/src/swf_tag.c
===================================================================
--- trunk/src/swf_tag.c	2011-03-11 05:33:29 UTC (rev 419)
+++ trunk/src/swf_tag.c	2011-03-11 11:10:05 UTC (rev 420)
@@ -177,13 +177,13 @@
     swf_tag_info_t *tag_info = NULL;
     unsigned char *data = NULL;
     unsigned long data_len = 0;
-    swf_tag_detail_handler_t * detail_handler = NULL;
+    swf_tag_detail_handler_t *detail_handler = NULL;
     if (bs == NULL) {
-        fprintf(stderr, "swf_tag_and_length_build: bs == NULL\n");
+        fprintf(stderr, "swf_tag_build: bs == NULL\n");
         return 1;
     }
     if (tag == NULL) {
-        fprintf(stderr, "swf_tag_and_length_build: tag == NULL\n");
+        fprintf(stderr, "swf_tag_build: tag == NULL\n");
         return 1;
     }
 //    fprintf(stderr, "XXX: swf_tag_build: tag->tag=%d\n",tag->tag);



Swfed-svn メーリングリストの案内
Back to archive index