allow quoted strings in CSV files

This commit is contained in:
John Cupitt 2011-10-11 14:30:44 +01:00
parent b0249a85d8
commit d6526f7814
3 changed files with 14 additions and 2 deletions

13
TODO
View File

@ -8,6 +8,19 @@
- nicolas's convsep patch
- add nifti support
http://niftilib.sourceforge.net/
- do clip/embed etc. in new style, good to get everything that VipsAdd uses in
the new stack

View File

@ -72,9 +72,9 @@ $ vips im_max abs.v
*/
/*
*/
#define DEBUG
#define VIPS_DEBUG
*/
#ifdef HAVE_CONFIG_H
#include <config.h>

View File

@ -50,7 +50,6 @@
#include <ctype.h>
#include <stdio.h>
#include <assert.h>
#include <errno.h>
#include <string.h>
#include <stdlib.h>