Changeset 9183
- Timestamp:
- Oct 3, 2006, 5:56:56 PM (20 years ago)
- Location:
- trunk/ippdb
- Files:
-
- 2 edited
-
configure.ac (modified) (1 diff)
-
src/ippdb.c (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/configure.ac
r9173 r9183 7 7 AC_PREREQ(2.59) 8 8 9 AC_INIT([ippdb], [0.0.4 1], [pan-starrs.ifa.hawaii.edu])9 AC_INIT([ippdb], [0.0.42], [pan-starrs.ifa.hawaii.edu]) 10 10 AC_CONFIG_SRCDIR([ippdb.pc.in]) 11 11 -
trunk/ippdb/src/ippdb.c
r9173 r9183 4623 4623 return false; 4624 4624 } 4625 if (!psMetadataAddStr(md, PS_LIST_TAIL, "camera", 0, "Primary Key", " 255")) {4625 if (!psMetadataAddStr(md, PS_LIST_TAIL, "camera", 0, "Primary Key", "64")) { 4626 4626 psError(PS_ERR_UNKNOWN, false, "failed to add item camera"); 4627 4627 psFree(md); 4628 4628 return false; 4629 4629 } 4630 if (!psMetadataAddStr(md, PS_LIST_TAIL, "telescope", 0, "Primary Key", " 255")) {4630 if (!psMetadataAddStr(md, PS_LIST_TAIL, "telescope", 0, "Primary Key", "64")) { 4631 4631 psError(PS_ERR_UNKNOWN, false, "failed to add item telescope"); 4632 4632 psFree(md); … … 5127 5127 return false; 5128 5128 } 5129 if (!psMetadataAddStr(md, PS_LIST_TAIL, "camera", 0, "Primary Key", " 255")) {5129 if (!psMetadataAddStr(md, PS_LIST_TAIL, "camera", 0, "Primary Key", "64")) { 5130 5130 psError(PS_ERR_UNKNOWN, false, "failed to add item camera"); 5131 5131 psFree(md); 5132 5132 return false; 5133 5133 } 5134 if (!psMetadataAddStr(md, PS_LIST_TAIL, "telescope", 0, "Primary Key", " 255")) {5134 if (!psMetadataAddStr(md, PS_LIST_TAIL, "telescope", 0, "Primary Key", "64")) { 5135 5135 psError(PS_ERR_UNKNOWN, false, "failed to add item telescope"); 5136 5136 psFree(md); … … 5637 5637 return false; 5638 5638 } 5639 if (!psMetadataAddStr(md, PS_LIST_TAIL, "camera", 0, "Primary Key", " 255")) {5639 if (!psMetadataAddStr(md, PS_LIST_TAIL, "camera", 0, "Primary Key", "64")) { 5640 5640 psError(PS_ERR_UNKNOWN, false, "failed to add item camera"); 5641 5641 psFree(md); 5642 5642 return false; 5643 5643 } 5644 if (!psMetadataAddStr(md, PS_LIST_TAIL, "telescope", 0, "Primary Key", " 255")) {5644 if (!psMetadataAddStr(md, PS_LIST_TAIL, "telescope", 0, "Primary Key", "64")) { 5645 5645 psError(PS_ERR_UNKNOWN, false, "failed to add item telescope"); 5646 5646 psFree(md); … … 6232 6232 return false; 6233 6233 } 6234 if (!psMetadataAddStr(md, PS_LIST_TAIL, "camera", 0, NULL, " 255")) {6234 if (!psMetadataAddStr(md, PS_LIST_TAIL, "camera", 0, NULL, "64")) { 6235 6235 psError(PS_ERR_UNKNOWN, false, "failed to add item camera"); 6236 6236 psFree(md); 6237 6237 return false; 6238 6238 } 6239 if (!psMetadataAddStr(md, PS_LIST_TAIL, "telescope", 0, NULL, " 255")) {6239 if (!psMetadataAddStr(md, PS_LIST_TAIL, "telescope", 0, NULL, "64")) { 6240 6240 psError(PS_ERR_UNKNOWN, false, "failed to add item telescope"); 6241 6241 psFree(md); … … 7247 7247 return false; 7248 7248 } 7249 if (!psMetadataAddStr(md, PS_LIST_TAIL, "camera", 0, NULL, " 255")) {7249 if (!psMetadataAddStr(md, PS_LIST_TAIL, "camera", 0, NULL, "64")) { 7250 7250 psError(PS_ERR_UNKNOWN, false, "failed to add item camera"); 7251 7251 psFree(md); 7252 7252 return false; 7253 7253 } 7254 if (!psMetadataAddStr(md, PS_LIST_TAIL, "telescope", 0, NULL, " 255")) {7254 if (!psMetadataAddStr(md, PS_LIST_TAIL, "telescope", 0, NULL, "64")) { 7255 7255 psError(PS_ERR_UNKNOWN, false, "failed to add item telescope"); 7256 7256 psFree(md); … … 8100 8100 return false; 8101 8101 } 8102 if (!psMetadataAddStr(md, PS_LIST_TAIL, "camera", 0, NULL, " 255")) {8102 if (!psMetadataAddStr(md, PS_LIST_TAIL, "camera", 0, NULL, "64")) { 8103 8103 psError(PS_ERR_UNKNOWN, false, "failed to add item camera"); 8104 8104 psFree(md); 8105 8105 return false; 8106 8106 } 8107 if (!psMetadataAddStr(md, PS_LIST_TAIL, "telescope", 0, NULL, " 255")) {8107 if (!psMetadataAddStr(md, PS_LIST_TAIL, "telescope", 0, NULL, "64")) { 8108 8108 psError(PS_ERR_UNKNOWN, false, "failed to add item telescope"); 8109 8109 psFree(md);
Note:
See TracChangeset
for help on using the changeset viewer.
