Fix bug : -o option not handled in acsmdownloader
This commit is contained in:
		@@ -40,7 +40,7 @@
 | 
				
			|||||||
#define ACS_SERVER              "http://adeactivate.adobe.com/adept"
 | 
					#define ACS_SERVER              "http://adeactivate.adobe.com/adept"
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define LIBGOUROU_VERSION       "0.1"
 | 
					#define LIBGOUROU_VERSION       "0.1.1"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
namespace gourou
 | 
					namespace gourou
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -82,6 +82,8 @@ public:
 | 
				
			|||||||
		else
 | 
							else
 | 
				
			||||||
		    filename += ".epub";
 | 
							    filename += ".epub";
 | 
				
			||||||
	    }
 | 
						    }
 | 
				
			||||||
 | 
						    else
 | 
				
			||||||
 | 
							filename = outputFile;
 | 
				
			||||||
	    
 | 
						    
 | 
				
			||||||
	    if (outputDir)
 | 
						    if (outputDir)
 | 
				
			||||||
	    {
 | 
						    {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user