ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/cvtcmd.c
(Generate patch)

Comparing ray/src/common/cvtcmd.c (file contents):
Revision 3.2 by greg, Tue Feb 2 18:05:31 2016 UTC vs.
Revision 3.3 by greg, Sun Jul 21 16:14:52 2019 UTC

# Line 27 | Line 27 | matchany(const char *str1, const char *str2)
27   char *
28   convert_commandline(char *cmd, const int len, char *av[])
29   {
30        int     match;
30          char    *cp;
31  
32          for (cp = cmd; *av != NULL; av++) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines