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.1 by greg, Tue Feb 2 18:02:32 2016 UTC vs.
Revision 3.3 by greg, Sun Jul 21 16:14:52 2019 UTC

# Line 1 | Line 1
1 + #ifndef lint
2 + static const char RCSid[] = "$Id$";
3 + #endif
4   /*
5   *  Convert a set of arguments into a command line for pipe() or system()
6   *
# Line 24 | Line 27 | matchany(const char *str1, const char *str2)
27   char *
28   convert_commandline(char *cmd, const int len, char *av[])
29   {
27        int     match;
30          char    *cp;
31  
32          for (cp = cmd; *av != NULL; av++) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines