* Jonathan McDowell <noodles@earth.li>
*
* Copyright 2004 Project Purple
- *
- * $Id: photoid.c,v 1.2 2004/05/27 21:58:18 noodles Exp $
*/
-#include <assert.h>
#include <inttypes.h>
#include <stdbool.h>
#include <stdio.h>
int i = 0;
int j = 0;
- assert(key != NULL);
- assert(photo != NULL);
- assert(length != NULL);
+ log_assert(key != NULL);
+ log_assert(photo != NULL);
+ log_assert(length != NULL);
*photo = NULL;