소스 검색

* compilation fix.

tags/v0.99.beta14
Sam Hocevar sam 20 년 전
부모
커밋
8717a91803
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. +0
    -4
      src/graphics.c

+ 0
- 4
src/graphics.c 파일 보기

@@ -433,12 +433,8 @@ void caca_putchar(int x, int y, char c)
*/
void caca_putstr(int x, int y, char const *s)
{
#if defined(USE_CONIO) | defined(USE_X11) | defined(USE_WIN32)
char *charbuf;
#endif
#if defined(USE_X11) | defined(USE_WIN32)
char *attrbuf;
#endif
char const *t;
unsigned int len;



불러오는 중...
취소
저장