Differences From Artifact [6d9bb622dd]:
- File src/name.c — part of check-in [09c4adeb6f] at 2007-09-22 23:41:29 on branch trunk — Rework the tag system so that propagation to children is a property of each tag and does not depend on the tag name beginning with "br". Older tag artifacts might not work. The database will need to be rebuilt after upgrading to this version. (user: drh size: 4429)
To Artifact [8d07e9c5fd]:
- File src/name.c — part of check-in [e63a9fd9d0] at 2007-09-25 21:21:35 on branch trunk — Fixed many uninitialized variable warnings and some potential bug found via -Wall -Werror on gcc. (user: jnc size: 4450) [more...]
| ︙ | ︙ | |||
97 98 99 100 101 102 103 104 105 106 107 108 109 110 |
zOrig[sz-1]--;
fossil_error(iErrPriority, "non-unique name prefix: %s", zOrig);
rc = 1;
}else{
rc = 0;
}
}
}
return rc;
}
/*
** COMMAND: test-name-to-uuid
**
| > > | 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 |
zOrig[sz-1]--;
fossil_error(iErrPriority, "non-unique name prefix: %s", zOrig);
rc = 1;
}else{
rc = 0;
}
}
}else{
rc = 0;
}
return rc;
}
/*
** COMMAND: test-name-to-uuid
**
|
| ︙ | ︙ |