Overview
SHA1 Hash: | 5d49162a31df64da4369c7ddb4a9787f348d854e |
---|---|
Date: | 2009-04-29 03:59:58 |
User: | bch |
Comment: | checkpoints for the is_ticket() function |
Timelines: | ancestors | descendants | both | fix artifact checkout |
Other Links: | files | ZIP archive | manifest |
Tags And Properties
- bgcolor=#ffaa22 inherited from [4fff366109]
- branch=fix artifact checkout inherited from [4fff366109]
- sym-fix artifact checkout inherited from [4fff366109]
Changes
[hide diffs]Modified src/checkout.c from [e9bf03b432] to [ad00429be7].
@@ -55,10 +55,12 @@ */ static int is_ticket( const char *zTarget, /* Ticket UUID */ int *pClosed /* True if the ticket is closed */ ){ + fprintf(stderr,"I'm in is_ticket\n"); + static Stmt q; static int once = 1; int n; int rc; char zLower[UUID_SIZE+1]; @@ -98,10 +100,11 @@ int checkoutable(const char *zName){ int rc; /* return code */ int throwaway; rc = !is_ticket(zName, &throwaway); + fprintf(stderr,"rc is: %d\n", rc); return(rc); Blob uuid; const char *rid=(char *)NULL; Stmt q; // db query