Changeset 28280 for trunk/ppBackground/src/ppBackground.c
- Timestamp:
- Jun 9, 2010, 6:16:39 PM (16 years ago)
- Location:
- trunk/ppBackground
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppBackground
-
Property svn:ignore
set to
configure
Makefile.in
ignore
config.log
depcomp
config.status
config.guess
ltmain.sh
config.sub
autom4te.cache
libtool
missing
Makefile
aclocal.m4
install-sh
-
Property svn:ignore
set to
-
trunk/ppBackground/src
-
Property svn:ignore
set to
ppBackground
Makefile.in
config.h
ppBackgroundVersionDefinitions.h
.deps
Makefile
ppBackgroundErrorCodes.c
ppBackgroundErrorCodes.h
stamp-h1
config.h.in
-
Property svn:ignore
set to
-
trunk/ppBackground/src/ppBackground.c
r28276 r28280 6 6 #include <pslib.h> 7 7 #include <psmodules.h> 8 #include <psphot.h> 8 9 9 10 #include "ppBackground.h" … … 12 13 { 13 14 ppBackgroundVersionPrint(); 15 16 pmErrorRegister(); 17 psphotErrorRegister(); 18 ppBackgroundErrorRegister(); 14 19 15 20 ppBackgroundData *data = ppBackgroundDataInit(&argc, argv); … … 46 51 } 47 52 data->statsFile = NULL; 48 pmConfigRunFilenameAddWrite(data->config, "STATS", data->statsName);49 53 exitValue = ppBackgroundExitCode(exitValue); 50 54 }
Note:
See TracChangeset
for help on using the changeset viewer.
