Changeset c4b45ce
- Timestamp:
- Mar 29, 2009, 3:51:32 PM (14 years ago)
- Branches:
- owl
- Children:
- bc7ebf6
- Parents:
- 488ebf6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
regex.c
rfa00c5c rc4b45ce 37 37 { 38 38 int ret; 39 char buff1[LINE] , buff2[LINE];39 char buff1[LINE]; 40 40 char *ptr; 41 41 … … 53 53 if (ret) { 54 54 regerror(ret, NULL, buff1, LINE); 55 sprintf(buff2, "Error in regular expression: %s", buff1); 56 owl_function_makemsg(buff2); 55 owl_function_makemsg("Error in regular expression: %s", buff1); 57 56 owl_free(re->string); 58 57 re->string=NULL;
Note: See TracChangeset
for help on using the changeset viewer.