Check-in [5d49162a31]
Not logged in
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
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