- Timestamp:
- Jun 20, 2019, 10:23:27 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psCoord.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psCoord.c
r39926 r40806 1300 1300 psProjectionType psProjectTypeFromString(const char *name) 1301 1301 { 1302 PS_ASSERT_STRING_NON_EMPTY(name, PS_PROJ_NONE); 1302 1303 // let higher-level calls decide if this should be an error 1304 if (!name) return PS_PROJ_NONE; 1305 if (!name[0]) return PS_PROJ_NONE; 1306 1307 // PS_ASSERT_STRING_NON_EMPTY(name, PS_PROJ_NONE); 1303 1308 1304 1309 if (!strcmp (&name[4], "-LIN")) return PS_PROJ_LIN;
Note:
See TracChangeset
for help on using the changeset viewer.
