head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2010.04.11.21.16.27;	author niels;	state dead;
branches;
next	1.1;

1.1
date	2010.04.03.19.10.20;	author niels;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Upgraded to version 1.30b

Submitted by:	Ryan Steinmetz (maintainer)
Approved by:	itetcu (mentor)
@
text
@--- report.c.orig	2010-04-03 19:23:47.000000000 +0200
+++ report.c	2010-04-03 19:40:28.000000000 +0200
@@@@ -741,7 +741,7 @@@@
 static void copy_static_code(u8* out_dir) {
   struct dirent** d;
   ca_out_dir = out_dir;
-  scandir(ASSETS_DIR, &d, copy_asset, NULL);
+  scandir(ASSETS_DIR, &d, (int(*)())copy_asset, NULL);
 }
 
 
@


1.1
log
@Build warning fixes, forgotten in previous commit:
- Upgrade to version 1.29b

Approved by:	itetcu (mentor)
Approved by:	Ryan Steinmetz (maintainer)
@
text
@@

