Changeset 30
- Timestamp:
- 06/29/07 16:33:29 (17 months ago)
- Files:
-
- 1 modified
-
trunk/src/pam_p11.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/pam_p11.c
r29 r30 48 48 * comodity function that returns 1 on null, empty o spaced string 49 49 */ 50 int is_spaced_str(const char *str)50 static int is_spaced_str(const char *str) 51 51 { 52 52 char *pt = (char *)str;
